@charset "utf-8";

html body {
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
  text-size-adjust: none !important;
}

body {
  font-family: "microsoft yahei", '宋体';
}

body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  font-size: 12px;
  padding: 0
}

img,
a img {
  border: 0;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

a {
  outline-style: none;
  color: #000;
  text-decoration: none
}

a:hover {
  color: #148737;
  text-decoration: none;
}

a {
  outline-style: none;
  color: #000;
  text-decoration: none
}

a:hover {
  color: #4BAA69;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  font-size: 0;
  overflow: hidden;
}

.pr {
  position: relative;
}

.pb {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  background: #ffffff;
  position: relative;
}

.wrap {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}

.wrap-min {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}
